EinhugurJWT Module
Main module for the plugin. This module has the main entry functions to generate and validate JWT tokens.
Methods
Decode | Decodes and validates JSON Web Token. |
DecodeRaw | Decodes and optionally validates JSON Web Token and returns the claim data as raw JSON data instead of as claims. |
Encode | Encodes JSON Web Token. |
TimeSinceUnixEpoc | Generates UNX Epoc time stamp. |
Enumerations
Algorithm | Algorithms Enum values to pass to decode or encode parameters. |
JWTError | Enum values for error codes that can be generated in the JWTException class. |
ClaimType | Claim type Enum used for custom claims. |